home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / N-P / Prograph Tour.cpt / Prograph Tour / PrographTour.sit / Prograph Demo ƒ / PrographDemo / PrographDemo / card_14594.txt < prev    next >
Encoding:
Text File  |  1990-08-03  |  1.4 KB  |  51 lines

  1. -- card: 14594 from stack: in
  2. -- bmap block id: 15022
  3. -- flags: 0000
  4. -- background id: 2570
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=10 top=25 right=317 bottom=246
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A004
  25. -- rect: left=197 top=319 right=338 bottom=328
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Create a Window
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   PlayScreen ":Tapes:MakeWin1"
  37.   if the result is not empty then put the result
  38. end mouseUp
  39.  
  40.  
  41. -- part contents for card part 1
  42. ----- text -----
  43. The window editor starts off by displaying a generic moveable, resizable window.  Various types of windows and their associated attributes can be specified.  Methods can also be assigned to deal with window activation and closing, with keystrokes, and with idle-time.  
  44.  
  45. Window items are created by simply dragging across the window, and then positioning and sizing the resultant rectangle.  Double-clicking that rectangle then opens a dialog for specifying exactly which class of Window Item it should be.
  46.  
  47.  
  48.  
  49. -- part contents for background part 39
  50. ----- text -----
  51. Windows